fix: propagate Kubernetes client arguments - #2027
Conversation
Signed-off-by: Erez Freiberger <enoodle@gmail.com>
|
Total coverage: 54.5% -> 54.5% (delta 0.00%) Merging this branch will decrease overall coverage
Coverage by fileChanged files (no unit tests)
Please note that the "Total", "Covered", and "Missed" counts above refer to code statements instead of lines of code. The value in brackets refers to the test coverage of that file in the old version of the code. Changed unit test files
|
📝 Changelog fragment recordedThanks! This PR added the changelog fragment(s) below. Pending fragments are folded into |
|
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin v0.9
git worktree add -d .worktree/backport-2027-to-v0.9 origin/v0.9
cd .worktree/backport-2027-to-v0.9
git switch --create backport-2027-to-v0.9
git cherry-pick -x 386b7e999afb473b07fec1725a1c41827f406f2a |
|
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin v0.12
git worktree add -d .worktree/backport-2027-to-v0.12 origin/v0.12
cd .worktree/backport-2027-to-v0.12
git switch --create backport-2027-to-v0.12
git cherry-pick -x 386b7e999afb473b07fec1725a1c41827f406f2a |
|
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin v0.14
git worktree add -d .worktree/backport-2027-to-v0.14 origin/v0.14
cd .worktree/backport-2027-to-v0.14
git switch --create backport-2027-to-v0.14
git cherry-pick -x 386b7e999afb473b07fec1725a1c41827f406f2a |
|
Successfully created backport PR for |
|
Successfully created backport PR for |
Description
Propagates configured Kubernetes client QPS and burst arguments to admission, queue-controller, and podgroup-controller deployments.
Fixes the shared argument helper returning an unobserved slice. Adds coverage for default arguments and queue-controller override propagation.
Related Issues
N/A
Checklist
make changelog(or applied theskip-changeloglabel). Do not editCHANGELOG.mddirectly — pending fragments are folded into it at release time.Breaking Changes
None.
Additional Notes
None.